/ Assembly List / LJCTextDataReaderLib / TextDataReader / GetChars

Namespace - LJCTextDataReaderLib


Parameters
name - The data field name.
fieldOffset - The field offset.
buffer - The buffer.
bufferoffset - The buffer offset.

Returns

The number of chars copied.

Syntax

C#
public Int64 GetChars(String name, Int64 fieldOffset, Char[] buffer, Int32 bufferoffset)

Place characters from field with the specified name into a character array buffer.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.